object frmModuleDetails: TfrmModuleDetails Left = 285 Top = 200 HelpContext = 1 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog ClientHeight = 323 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object cmdClose: TButton Left = 372 Top = 294 Width = 55 Height = 25 Caption = '&Close' TabOrder = 0 OnClick = cmdCloseClick end object GroupBox1: TGroupBox Left = 6 Top = 168 Width = 421 Height = 121 Caption = 'Used by...' TabOrder = 1 object lvProcesses: TListView Left = 6 Top = 18 Width = 409 Height = 97 Columns = < item Caption = 'Process ID' Width = 65 end item Alignment = taRightJustify Caption = 'Usage' Width = 45 end item Caption = 'Process Name' Width = 280 end> ReadOnly = True TabOrder = 0 ViewStyle = vsReport end end object GroupBox2: TGroupBox Left = 6 Top = 0 Width = 421 Height = 163 Caption = 'Version Strings' TabOrder = 2 object Label1: TLabel Left = 6 Top = 18 Width = 75 Height = 13 Caption = 'Company Name' end object Label2: TLabel Left = 6 Top = 42 Width = 72 Height = 13 Caption = 'File Description' end object Label3: TLabel Left = 6 Top = 66 Width = 54 Height = 13 Caption = 'File Version' end object Label4: TLabel Left = 6 Top = 114 Width = 66 Height = 13 Caption = 'Internal Name' end object Label5: TLabel Left = 6 Top = 90 Width = 68 Height = 13 Caption = 'Product Name' end object Label6: TLabel Left = 222 Top = 66 Width = 75 Height = 13 Caption = 'Product Version' end object Label7: TLabel Left = 222 Top = 114 Width = 80 Height = 13 Caption = 'Original Filename' end object Label8: TLabel Left = 6 Top = 138 Width = 73 Height = 13 Caption = 'Legal Copyright' end object txtCoName: TEdit Left = 90 Top = 12 Width = 325 Height = 21 ReadOnly = True TabOrder = 0 end object txtDesc: TEdit Left = 90 Top = 36 Width = 325 Height = 21 ReadOnly = True TabOrder = 1 end object txtFVersion: TEdit Left = 90 Top = 60 Width = 109 Height = 21 ReadOnly = True TabOrder = 2 end object txtIntName: TEdit Left = 90 Top = 109 Width = 109 Height = 21 ReadOnly = True TabOrder = 3 end object txtProdName: TEdit Left = 90 Top = 84 Width = 325 Height = 21 ReadOnly = True TabOrder = 4 end object txtPVersion: TEdit Left = 306 Top = 60 Width = 109 Height = 21 ReadOnly = True TabOrder = 5 end object txtOrigFilename: TEdit Left = 306 Top = 108 Width = 109 Height = 21 ReadOnly = True TabOrder = 6 end object txtCopyright: TEdit Left = 90 Top = 132 Width = 325 Height = 21 ReadOnly = True TabOrder = 7 end end object vr: TVersionResource Left = 325 Top = 290 end end